home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Intro.dir / 00006_Script_6 < prev    next >
Text File  |  2001-01-27  |  486b  |  22 lines

  1. global gIntroMovPlayed
  2. --on enterFrame
  3. --  --  sprite(2).visible = FALSE
  4. --  sprite(13).movietime =0
  5. --  
  6. --  if voidp(gIntroMovPlayed) or gIntroMovPlayed = FALSE then
  7. --    sprite(13).movietime =0
  8. --    sprite(13).movierate =1
  9. --    updatestage
  10. --    sprite(13).visible = TRUE
  11. --    gIntroMovPlayed = TRUE
  12. --  else
  13. --    sprite(13).visible = FALSE
  14. --  end if
  15. --end
  16.  
  17. on prepareFrame
  18.   repeat with x in [9,10,11,12]
  19.     (sprite x).visible = FALSE
  20.   end repeat
  21.   
  22. end